UISP = uisp -dprog=stk500 -dserial=`echo /dev/tty.[Uu][Pp]*` -dpart=atmega8

flash:
	$(UISP) --wr_fuse_h=0xc8
	$(UISP) --wr_fuse_l=0xef
	$(UISP) --erase --upload  if=uBOOT.hex
	$(UISP) --upload  if=uDMX.hex
